/* 底部 */
.footer{
	width: 100%;
	background: #25252C;
	padding: 50px 0 0;
	box-sizing: border-box;
}
.footer_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.footer_header .footer_header_fl {
  width: 1000px;
  float: left;
}

.footer_header .footer_header_fl .link {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 27px;
  text-align: left;
}

.footer_header .footer_header_fl .link a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  margin-left: 20px;
}

.footer_header .footer_header_fl .link-links {
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.footer_header .footer_header_fl .link-links li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 15px;
}

.footer_header .footer_header_fl .link-links li a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
}

.footer_header .footer_header_fl .link-links li a:hover {
  opacity: 1;
}

.footer_header .qrcode {
    width: 130px;
    float: right;
    text-align: center;
    align-items: center;
    display: flex;
}

.footer_header .qrcode img {
  width: 100px;
}

.footer_header .qrcode p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  width: 12px;
  margin-left: 10px;
  font-weight: 700;
}


.footer .lx{
	margin-top: 31px;
	overflow: hidden;
}
.footer .lx .lx-list li{
	display: inline-block;
	line-height: 27px;
}
.footer .lx .lx-list li:nth-child(2n){
	margin: auto 30px;
	color: #FFFFFF;
	opacity: 0.22;
}
.footer .lx .lx-list a{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
}
.footer .lx .tel{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../images/tel.png) no-repeat center left;
	padding-left: 25px;
}
.footer .lx .tel a{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .lx .tel a:hover{
    color: #1F77F5;
}
.footer .lx .lx-list a:hover,
.footer .link-links li a:hover{
    opacity: 1;
}
.footer .copy{
    font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
    text-align: center;
    padding: 20px 0;
}
/* 侧边客服 */
.side{
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 99999;
	/*width: 42px;*/
	/*height: 159px;*/
	/*background: #1F77F5;*/
}
.side ul li{
	width: 70px;
    position: relative;
    padding-right: 20px;
    height: 70px;
    background: #1F77F5;
    text-align: center;
    line-height: 38px;
    left: 20px;
}
.side ul li:hover{
    left: 0;
}
.side ul li:nth-child(2n){
	width: 10px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.24;
	margin: auto;
}
.side ul li p{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 10px 5px;
}
.wx{
    cursor: pointer;
}
.side .side-wxcode{
    position: fixed;
    top: 20%;
    right: 105px;
    box-sizing: border-box;
    text-align: center;
    line-height: 100px;
    width: 160px;
    background: #fff;
    height: 160px;
    display: none;
    margin-top: 26px;
}
.side .side-wxcode img{
    width: 100%;
}
.side .side-wxcode span{
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -8px;
    right: -5px;
    background: #ffffff;
}